-
-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow onnx DML backend #3072
Allow onnx DML backend #3072
Conversation
See detail #3045 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
😁 Should I say you're welcome? So , |
@FNsi I'm on the latest nightly build which includes this. DML is not showing up as an option with all default dependencies installed. Manually installing Uninstalling other ONNX related libraries and only installing directml allows it to appear, but of course it won't function like that. |
This comment has been minimized.
This comment has been minimized.
@Kim2091 In source: Direct fix in installed location:
That should display the DML and cuda at same time. test needed since I don't have NV. |
@FNsi Thank you for the suggestion. I'm unable to compile chaiNNer right now, but I did try the fix in the final install, but to no avail. |
This may be an issue with ORT itself. I printed the available providers with the default chaiNNer ONNX packages + the ONNX DML package:
|
Also I found out people in other repo compliant about that 😅😅, I think you are right. |
An accident caused last pull request closed....it's my fault.
This is only the 'control V' from the closed one #3045